home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 8
/
FM Towns Free Software Collection 8.iso
/
t_os
/
gpen32k
/
source
/
lib
/
osrc
/
omosv.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-01
|
146 b
|
10 lines
#include <MOS.h>
#include <Normlib.h>
void mosv( int x1, int y1, int x2, int y2 )
{
MOS_horizon( x1, x2 );
MOS_vertical( y1, y2 );
}